home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / picozip / PicoZipSetup.exe / {app} / PicoZip.exe / 0 / RCDATA / TFMDROPADDOPTIONS / TFMDROPADDOPTIONS.txt
Text File  |  2004-09-09  |  3KB  |  137 lines

  1. object fmDropAddOptions: TfmDropAddOptions
  2.   Left = 438
  3.   Top = 407
  4.   ActiveControl = buAdd
  5.   BorderStyle = bsDialog
  6.   Caption = 'Drop Add Options'
  7.   ClientHeight = 200
  8.   ClientWidth = 297
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object laFilename: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 84
  24.     Height = 13
  25.     Caption = 'Archive File name'
  26.   end
  27.   object laAction: TLabel
  28.     Left = 8
  29.     Top = 56
  30.     Width = 30
  31.     Height = 13
  32.     Caption = 'A&ction'
  33.     FocusControl = cbAction
  34.   end
  35.   object laCompression: TLabel
  36.     Left = 8
  37.     Top = 104
  38.     Width = 60
  39.     Height = 13
  40.     Caption = 'C&ompression'
  41.     FocusControl = cbCompression
  42.   end
  43.   object Bevel1: TBevel
  44.     Left = 8
  45.     Top = 160
  46.     Width = 281
  47.     Height = 9
  48.     Shape = bsTopLine
  49.   end
  50.   object cbAction: TComboBox
  51.     Left = 8
  52.     Top = 72
  53.     Width = 145
  54.     Height = 21
  55.     Style = csDropDownList
  56.     ItemHeight = 13
  57.     ItemIndex = 0
  58.     TabOrder = 1
  59.     Text = 'Add files'
  60.     Items.Strings = (
  61.       'Add files'
  62.       'Freshen existing files'
  63.       'Move files')
  64.   end
  65.   object cbCompression: TComboBox
  66.     Left = 8
  67.     Top = 120
  68.     Width = 145
  69.     Height = 21
  70.     Style = csDropDownList
  71.     ItemHeight = 13
  72.     ItemIndex = 0
  73.     TabOrder = 2
  74.     Text = 'Maximum'
  75.     Items.Strings = (
  76.       'Maximum'
  77.       'Normal'
  78.       'Minimum'
  79.       'None')
  80.   end
  81.   object edFilename: TEdit
  82.     Left = 8
  83.     Top = 24
  84.     Width = 281
  85.     Height = 21
  86.     TabStop = False
  87.     Color = clBtnFace
  88.     ReadOnly = True
  89.     TabOrder = 0
  90.   end
  91.   object buPassword: TButton
  92.     Left = 176
  93.     Top = 72
  94.     Width = 113
  95.     Height = 25
  96.     Caption = '&Password'
  97.     TabOrder = 3
  98.     OnClick = buPasswordClick
  99.   end
  100.   object ckSaveFullPath: TCheckBox
  101.     Left = 176
  102.     Top = 120
  103.     Width = 113
  104.     Height = 17
  105.     Caption = 'Save &full path info'
  106.     TabOrder = 4
  107.   end
  108.   object buAdd: TButton
  109.     Left = 31
  110.     Top = 168
  111.     Width = 75
  112.     Height = 25
  113.     Caption = '&Add'
  114.     Default = True
  115.     ModalResult = 1
  116.     TabOrder = 5
  117.   end
  118.   object buCancel: TButton
  119.     Left = 111
  120.     Top = 168
  121.     Width = 75
  122.     Height = 25
  123.     Caption = 'Cancel'
  124.     ModalResult = 2
  125.     TabOrder = 6
  126.   end
  127.   object buHelp: TButton
  128.     Left = 191
  129.     Top = 168
  130.     Width = 75
  131.     Height = 25
  132.     Caption = '&Help'
  133.     TabOrder = 7
  134.     OnClick = buHelpClick
  135.   end
  136. end
  137.